home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CU Amiga Super CD-ROM 25
/
CU Amiga Magazine's Super CD-ROM 25 (1998)(EMAP Images)(GB)(Track 1 of 2)[!][issue 1998-08].iso
/
CUCD
/
Utilities
/
Explorer
/
Extras
/
mountlist
< prev
Wrap
Text File
|
1998-05-07
|
2KB
|
96 lines
/* Mountlist example:
The CD must have an directory with the name SYS,
you must copy this script to the CD:sys directory
if you want to use AmigaGuide Scripts made with
the Explorer (CD AGuide). You should also copy
the packers which you need to this directory
(f.e. LHA,LZX etc). If not you must change the
AmigaGuide script for the unpacking routine.
You also must change the mountlist if your files
using DMS.
Example:
>Device = fmsdisk.device< to >Device = CD0:fmsdisk.device<
*/
FF0: Device = fmsdisk.device
Unit = 0
Flags = 1
Surfaces = 2
BlocksPerTrack = 11
Reserved = 2
Interleave = 0
LowCyl = 0
HighCyl = 79
Bufmemtype = 0
#
FF1: Device = fmsdisk.device
Unit = 1
Flags = 1
Surfaces = 2
BlocksPerTrack = 11
Reserved = 2
Interleave = 0
LowCyl = 0
HighCyl = 79
Bufmemtype = 0
#
FF2: Device = fmsdisk.device
Unit = 2
Flags = 1
Surfaces = 2
BlocksPerTrack = 11
Reserved = 2
Interleave = 0
LowCyl = 0
HighCyl = 79
Bufmemtype = 0
#
FF3: Device = fmsdisk.device
Unit = 3
Flags = 1
Surfaces = 2
BlocksPerTrack = 11
Reserved = 2
Interleave = 0
LowCyl = 0
HighCyl = 79
Bufmemtype = 0
#
VF0: Device = fmsdisk.device
Unit = 0
Flags = 1
Surfaces = 2
BlocksPerTrack = 11
Reserved = 2
Interleave = 0
LowCyl = 0
HighCyl = 79
Bufmemtype = 0
#
DM0: Device = dms.device
Unit = 0
Flags = 0
Surfaces = 2
BlocksPerTrack = 11
Reserved = 2
Interleave = 0
LowCyl = 0
HighCyl = 79
Bufmemtype = 1
#
RAD: Device = ramdrive.device
Unit = 0
Flags = 0
Surfaces = 2
BlocksPerTrack = 11
Reserved = 2
Interleave = 0
LowCyl = 0
HighCyl = 79
Buffers = 5
BufMemType = 1
#